runtime.mspan.specials (field)
12 uses
runtime (current package)
heapdump.go#L457: for sp := s.specials; sp != nil; sp = sp.next {
heapdump.go#L656: for sp := s.specials; sp != nil; sp = sp.next {
mgcmark.go#L382: for sp := s.specials; sp != nil; sp = sp.next {
mgcsweep.go#L546: hadSpecials := s.specials != nil
mgcsweep.go#L607: if hadSpecials && s.specials == nil {
mheap.go#L486: specials *special // linked list of special records sorted by offset.
mheap.go#L1708: span.specials = nil
mheap.go#L1916: if span.specials == nil {
mheap.go#L1929: iter := &span.specials
mheap.go#L2280: return specialsIter{&span.specials, span.specials}
pinner.go#L356: if span.specials == nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |